jade.domain.FIPAAgentManagement
Class APTransportDescription

java.lang.Object
  |
  +--jade.domain.FIPAAgentManagement.APTransportDescription

public class APTransportDescription
extends java.lang.Object

Description of the transport services available on an agent platform.

Author:
Fabio Bellifemine - CSELT

Constructor Summary
APTransportDescription()
           
 
Method Summary
 void addAvailableMtps(MTPDescription s)
           
 void clearAllAvailableMtps()
           
 Iterator getAllAvailableMtps()
           
 boolean removeAvailableMtps(MTPDescription s)
           
 java.lang.String toString()
           
 void toText(java.io.Writer w)
          Deprecated. the toString method should be used instead of this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

APTransportDescription

public APTransportDescription()
Method Detail

addAvailableMtps

public void addAvailableMtps(MTPDescription s)

removeAvailableMtps

public boolean removeAvailableMtps(MTPDescription s)

clearAllAvailableMtps

public void clearAllAvailableMtps()

getAllAvailableMtps

public Iterator getAllAvailableMtps()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toText

public void toText(java.io.Writer w)
Deprecated. the toString method should be used instead of this method.